﻿/**
 * 头部
 */
*{
    outline: none;
}
img{
    display: inline-block;
}
body{
    background: #f8f8f8!important;
    color: #333;
}
.bgF{
    background: #fff;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wid1200{
    width: 1200px;
    margin: auto;
}
.wid1200:after{
    content: "";
    display: table;
    clear: both;
}
.first_top{
    height: 40px;
    line-height: 40px;
}
.first_top .item{
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}
.first_top .item img{
    vertical-align: sub;
    margin-right: 5px;
}
.divider_line{
    display: inline-block;
    margin: 0 10px;
}
.first_top .item:hover .showInfo{
    display: block;
    top: 40px;
    bottom: auto;
    z-index: 999;
}
.first_top .loginList li{
    display: inline-block;
}
.first_top .loginList li a:hover{
    color: #ff6600;
}
.first_top .header-right > div {
    margin-left: 15px;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
}
.first_top .location-icon{
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
}
.first_top .location-icon i {
    position: absolute;
    top: 15px;
    left: 0px;
}
.first_top .webNavLists,.first_top .helpCenterLists{
    bottom: auto!important;
    top: 40px;
}
/*
.first_top .location-icon span:hover{
    color: #ff6600;
}
.first_top .location-icon i {
    position: absolute;
    top: 13px;
    left: -20px;
}
.first_top .userName i {
    width: 14px;
    height: 14px;
    background: url(/images/home/userNameIcon.png) no-repeat;
}
.first_top .messageCenter i {
    width: 14px;
    height: 14px;
    background: url(/images/home/mesIcon.png) no-repeat;
}
.first_top .orderCenter i {
    width: 14px;
    height: 14px;
    background: url(/images/home/orderIcon.png) no-repeat;
}*/


.first_top .first_top_left>div{
    float: left;  
    margin-right: 5px;
}
.first_top .first_top_left .city{
    padding-left: 15px;
    background: url('/images/home/locationIcon1.png') no-repeat left center;
    color:#ff6600;
}
.first_top .first_top_left .change_city{
    position: relative;
    cursor: pointer;
}
.first_top .first_top_left .hot_city{
    display: none;
    position: absolute;
    left: -45px;
    top: 38px;
    width: 195px;
    padding: 8px 3px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    background: #fff;
    color:#333;
    z-index:11;
}
.first_top .first_top_left .change_city:hover{
    color:#ff6600;
}
.first_top .first_top_left .change_city:hover .hot_city{
    display: block;
}
.first_top .first_top_left .change_city .hot_city .city_tips {
    padding-left: 8px;
    color: #999;
}
.first_top .first_top_left .change_city .city_list .city_item {
    display: inline;
    margin: 0 5px;
}
.first_top .first_top_left .change_city .city_list a.city_item:hover{
    color:#ff6600;
}
.first_top .slogan{
    margin-left: 5px;
}
.head{
    width: 100%;
    background: #fff;
    height: 90px;
}
.head .head_wrap{

}
.head .logo_box{
    line-height: 90px;
    margin-right: 50px;
}
.head .nav{
    padding: 20px 0;
}
.head .nav a{
    position: relative;
    padding: 0 5px;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}
.head .nav a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 3px;
    background-color: #ff6600;
    background-image: linear-gradient(to right, #ff6600, #ffa944);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.head .nav a.active{
    color: #ff6600;
    font-weight: bold;
}
.head .nav a:hover{
    color: #ff6600;
    font-weight: bold;
}
.head .nav a:hover:after,.head .nav a.active:after{
    width: 100%;
    color: #ff6600;
}

.head .search_wrap{
    position: relative;
    width: 320px;
    height: 37px;
    margin-top: 25px;
}
.head .search_wrap #keyword{
    width: 320px;
    height: 37px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    border-radius: 18px;
    padding: 0 35px 0 78px;
}
.head .search_wrap #keyword::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 12px;
    color: #999;
}
.head .search_wrap #keyword:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #999;
}
.head .search_wrap #keyword::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #999;
}
.head .search_wrap #keyword:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 12px;
    color: #999;
}
.head .searchChoose_box{
    position: absolute;
    top: 5px;
    left: 0;
    width: 75px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.head .searchChoose_box .searchChoosePlace{
    position: relative;
    display: block;
    cursor: pointer;
    height: 26px;
}
.head .searchChoose_box .searchChoosePlace::before{
    content: "";
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 6px solid #888;
    border-left: 6px solid transparent;
    border-right: 0px solid transparent;
}
.head .searchChoose{
    width: 77px;
    background-color: #fff;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    height: auto;
    display: none;
    border-top-left-radius: 20px;
}
.head .searchChoose li{
    font-size: 14px;
    display: block;
    line-height: 36px;
    cursor: pointer;
}
.head .searchChoose li:hover{
    text-decoration: underline;
    color: #ff6600;
}
.head .search_btn{
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
}



/**
 * 主页
 */
.homepage{
    overflow: auto;
    margin-top: 15px;
}
/**
 * 第一屏左侧
 */
.main_position .main_left{
    width: 210px;
    height: 427px;
    margin-right: 14px;
    background: #fff;
    overflow: hidden;
}
.main_position .main_left .item{
    height:84px;
    overflow: hidden;
}
.main_position .main_left .item>div{
    position: relative;
    padding: 15px 0;
    margin: 0 14px;
    border-bottom: 1px solid #f8f8f8;
}
.main_position .main_left .item:last-child{
    border-bottom: 0;
}
.main_position .main_left .item h6{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.main_position .main_left .item a{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    cursor: pointer;
}
.main_position .main_left .item a:last-child{
    margin-right: 0;
}
.main_position .main_left .item:hover{
    background: #333333;
}
.main_position .main_left .item:hover>div{
    border: 0;
}
.main_position .main_left .item:hover h6{
    color: #fff;
}
.main_position .main_left .item:hover a{
    color: #fff;
}
.main_position .main_left .item a:hover{
    color: #ffd2b4;
    text-decoration: underline;
}
.main_position .main_left .item>div:after{
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 33px;
    height: 33px;
}
.main_position .main_left .item:nth-child(1)>div:after{
    background: url(/images/newHome/main-2.png);
}
.main_position .main_left .item:hover:nth-child(1)>div:after{
    background: url(/images/newHome/main-2-h.png);
}
.main_position .main_left .item:nth-child(2)>div:after{
    background: url(/images/newHome/main-5.png);
}
.main_position .main_left .item:hover:nth-child(2)>div:after{
    background: url(/images/newHome/main-5-h.png);
}
.main_position .main_left .item:nth-child(3)>div:after{
    background: url(/images/newHome/main-3.png);
}
.main_position .main_left .item:hover:nth-child(3)>div:after{
    background: url(/images/newHome/main-3-h.png);
}
.main_position .main_left .item:nth-child(4)>div:after{
    background: url(/images/newHome/main-4.png);
}
.main_position .main_left .item:hover:nth-child(4)>div:after{
    background: url(/images/newHome/main-4-h.png);
}
.main_position .main_left .item:nth-child(5)>div:after{
    background: url(/images/newHome/main-1.png);
}
.main_position .main_left .item:hover:nth-child(5)>div:after{
    background: url(/images/newHome/main-1-h.png);
}
/**
 * 第一屏中间
 */
.main_position .main_center{
    overflow: auto;
    width: 685px;
    margin-right: 14px;
}
.main_position .main_center .main_cen_banner{
    width: 685px;
    height: 314px;
}
.main_position .main_center .main_cen_banner .bannerContents{
    width: 685px;
    height: 314px;
    margin-right: 1px;
    position: relative;
}
.main_position .main_center .main_cen_banner .bannerContents .pic{
    width: 685px;
    height: 314px;
    overflow: hidden;
}
.main_position .main_center .main_cen_banner .bannerContents .arrowBtn{
    width: 100%;
}
.main_position .main_center .main_cen_banner .arrowBtn span.rightBtn{
    left: auto;
    right: 10px;
}
.main_position .main_center .main_cen_bot{
    overflow: auto;
    margin-top: 12px;
    background: #fff;
}
.main_position .main_center .main_cen_bot .linkHover{
    position: relative;
    float: left;
    padding: 19px 0;
    width: 20%;
    text-align: center;
    font-size: 12px;
    color: #333;
}
.main_position .main_center .main_cen_bot .linkHover:after{
    content: '';
    position: absolute;
    right: 0;
    top: 32px;
    height: 46px;
    border-left: 1px solid #ececec;
}
.main_position .main_center .main_cen_bot .linkHover:last-child:after{
    border: 0;
}
.main_position .main_center .main_cen_bot .linkHover .data-num{
    color: #ED702D;
}
.main_position .main_center .main_cen_bot .linkHover .data-num span{
    font-size: 30px;
    font-weight: bold;
    margin-right: 4px;
    position: relative;
    top: 0px;
}
.main_position .main_center .main_cen_bot .linkHover:hover .data-num span{
    animation: animate1 0.7s forwards 1;
}

@keyframes animate1{
    0%{
        top: 0px;
    }
    50%{
        top: -8px;
    }
    100%{
        top: 0px;
    }
}
/**
 * 第一屏右侧
 */
.success_case{
    margin-top: 0!important;
}
.main_position .main_right{
    width: 277px;
    height: 427px;
    background: url(/images/newHome/rig-bg.png);
}
.main_position .main_right .user_information{
    padding: 4px 15px
}
.main_position .main_right .user_msg{
    height: 62px;
    margin-top: 20px;
    margin-bottom: 13px;
}
.main_position .main_right .user_msg .photo_img{
    width: 50px;
    height: 50px;
    background: 
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
}
.main_position .main_right .user_msg .photo_img img{
    width: 50px;
    height: 50px;
}
.main_position .main_right .user_msg span{
    display: inline-block;
    color: #fff;
    margin: 5px 5px 0px 0;
}
.main_position .main_right .user_msg span a{
    color: #fff;
}
.main_position .main_right .user_msg .login_info{
    margin-top: 5px;
    color: rgb(127, 127, 127);
}
.main_position .main_right .user_msg .login_info a{
    color: #fff;
}
.main_position .main_right .user_msg .login_info a:hover{
    color: #ffd2b4;
    text-decoration: underline;
}
.main_position .main_right .demand_wrap{
    text-align: center;
}
.main_position .main_right .demand_wrap .demand_btn{
    background: #fff;
    display: inline-block;
    width: 120px;
    margin: 0 4px 10px;
    padding: 10px 0;
    box-shadow: 0px 0px 5px #f5f4f4;
    cursor: pointer;
}
.main_position .main_right .demand_wrap .demand_btn img{
    width: 31px;
    height: 31px;
}
.main_position .main_right .demand_wrap .demand_btn .gr-icon{
    display: block;
    text-align: center;
    margin: 0 auto 14px;
    width: 28px;
    height: 31px;
    background: url(/images/newHome/main-8.png);
}
.main_position .main_right .demand_wrap .demand_btn:hover{
    color: #ff6600;
}
.main_position .main_right .demand_wrap .demand_btn:hover .gr-icon{
    background: url(/images/newHome/main-8-h.png);
}
.main_position .main_right .demand_wrap .demand_btn .qy-icon{
    display: block;
    text-align: center;
    margin: 0 auto 14px;
    width: 31px;
    height: 29px;
    background: url(/images/newHome/main-9.png);
}
.main_position .main_right .demand_wrap .demand_btn:hover .qy-icon{
    background: url(/images/newHome/main-9-h.png);
}


.main_position .main_right .icon_list{
    padding: 5px 10px 10px;
    border-bottom: 1px solid #f8f8f8;
}
.main_position .main_right .icon_list:after{
    content: "";
    display: table;
    clear: both;
}
.main_position .main_right .icon_list .icon_list_item{
    position: relative;
    display: inline-block;
    float: left;
    width: 85px;
    padding: 13px 0;
    text-align: center;
}
.main_position .main_right .icon_list .icon_list_item>img{
    height: 33px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0px;
}
.main_position .main_right .icon_list .icon_list_item:hover>img{
    top: -5px;
}
.main_position .main_right .icon_list .icon_list_item:hover .erweima_box{
    display: block;
}
.main_position .main_right .icon_list .erweima_box{
    width: 200px;
    height: 94px;
    border: 1px solid #ff6600;
    padding: 13px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 55px;
    display: none;
}
.main_position .main_right .icon_list .erweima_box.erweima_box_left{
    left: 10px;
}
.main_position .main_right .icon_list .erweima_box.erweima_box_left:before {
    visibility: visible;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
    background-color: #fff;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    position: absolute;
    top: -6px;
    left: 25px;
    right: auto;
}
.main_position .main_right .icon_list .erweima_box img{
    top: 0px;
    position: relative;
    width: 66px;
}
.main_position .main_right .icon_list .erweima_box::before {
    visibility: visible;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
    background-color: #fff;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    position: absolute;
    top: -6px;
    right: 25px;
}
.main_position .main_right .icon_list .erweima_box span {
    margin-left: 8px;
    display: block;
    width: 98px;
    line-height: 16px;
    padding-top: 15px;
}
.main_position .main_right .icon_list .erweima_box2{
    width: 235px;
    height: 125px;
    border: 1px solid #ff6600;
    padding: 13px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 999;
    top: 55px;
    display: none;
}
.main_position .main_right .icon_list .erweima_box2 img{
    width: 100px;
}
.main_position .main_right .icon_list .erweima_box2::before {
    visibility: visible;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
    background-color: #fff;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    position: absolute;
    top: -6px;
    left: 25px;
    right: auto;
}
.main_position .main_right .icon_list .erweima_box2 span {
    padding-top: 32px;
}
/**
 * 平台服务类型
 */
.service_type {
    margin-top: 20px;
    position:relative;
}
.service_type::before{
    content:'';
    position:absolute;
    height:214px;
    background-color: #fff;
    bottom:0;
    left:0;
    width:100%;
    z-index:-1;
}
.titleFont {
    padding: 50px 0 40px;
    font-size: 34px;
    color: #333;
    text-align: center;
    font-weight: 600;
}
.service_type .service_type_main {
    height: 470px;
    background: url(/images/newHome/introduce-bg.png);
}
.service_type .service_type_main .homePage_title{
    padding: 40px 0;
}
.service_type .service_type_main .introduced{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    padding: 35px 20px;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(219, 219, 219, 0.24);
}
.service_type .service_type_main .introduce{
    width: 216px;
    border:1px solid #f2f2f2;
}
.service_type .service_type_main .introduce .intro-head{
    padding: 0 10px 0 18px;
    height: 76px;
    line-height: 76px;
    background: #FFF9F5;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;z-index: 2;
}
.service_type .service_type_main .introduce .intro-head .img{
    float: right;
    height: 76px;
    line-height: 76px;
}
.service_type .service_type_main .introduce .intro-head .pos-circle{
    position: absolute;
    right: 0;
    height: auto!important;
    z-index: -1;
}
.service_type .service_type_main .introduce .intro-con{
    padding: 17px 25px 25px;
}
.service_type .service_type_main .introduce .intro-con .item{
    height: 34px;
    line-height: 34px;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    cursor: default;
}
.service_type .service_type_main .introduce .intro-con .item:hover{
    color: #FF6600;
}
.service_type .service_type_main .introduce .intro-con .item span{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 50% 50%;
    margin-right: 9px;
}

/**
 * 项目招募
 */
.homePage_title{
    font-size: 22px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 35px 0;
}
.project_recruitment{
    background: #fff;
    overflow: auto;
    padding-bottom: 50px;
}
.project_recruitment .project_recruitment_item{
    float: left;
    width: 386px;
    height: 196px;
    overflow: hidden;
    margin-right: 20px;
    box-shadow: 0px 0px 15px #f1f1f1;
}
.project_recruitment .project_recruitment_item:nth-child(3n){
    margin-right: 0px;
}
.project_recruitment .project_recruitment_item .left_img{
    width: 166px;
    height: 196px;
    line-height: 196px;
    text-align: center;
    float: left;
    overflow: hidden;
    font-size: 0;
}
.project_recruitment .project_recruitment_item .left_img img{
    max-width: 166px;
    max-height: 196px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.project_recruitment .project_recruitment_item:hover .left_img img{
    transform: scale(1.1,1.1);
}
.project_recruitment .project_recruitment_item .right_info{
    float: left;
    width: 220px;
    padding: 18px 15px 0;
}
.project_recruitment .project_recruitment_item .right_info>div{
    margin: 15px 0;
}
.project_recruitment .project_recruitment_item .right_info .pro_title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project_recruitment .project_recruitment_item .right_info .pro_con{
    height: 35px;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.project_recruitment .project_recruitment_item .right_info .pro_data{
    font-size: 12px;
    color: #999999;
}
.project_recruitment .project_recruitment_item .right_info .pro_bot{
    overflow: auto;
}
.project_recruitment .project_recruitment_item .right_info .pro_bot .left_price{
    float: left;
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
}
.project_recruitment .project_recruitment_item .right_info .pro_bot .right_btn{
    display: inline-block;
    float: right;
    width: 80px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    color: #ff6600;
    text-align: center;
    border: 1px solid #ff6600;
}
.project_recruitment .project_recruitment_item .right_info .pro_bot .right_btn:hover{
    background: #ff6600;
    color: #fff;
}

/**
 * 社区热帖
 */
.hotAndGuest{
    margin-top: -50px;
}
.hot_notes{
    background: #fff;
    float: left;
    width: 795px;
    height: 270px;
    padding: 25px 32px;
    margin-right: 20px;
    box-shadow: 0px 0px 15px #f1f1f1;
}
.hot_notes .hot_notes_title{
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.hot_notes .hot_notes_title:after{
    content: '';
    position: absolute;
    left: 95px;
    bottom: 5px;
    width: 630px;
    border-bottom: 1px solid #e3e3e3;
}
.hot_notes .hot_notes_list{
    padding: 10px 0;
}
.hot_notes .hot_notes_list li{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 25px 0 15px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_notes .hot_notes_list li:before{
    content: '.';
    position: absolute;
    left: 0;
    top: -4px;
}

.official_guest{
    background: #fff;
    float: left;
    width: 385px;
    height: 270px;
    padding: 20px;
    box-shadow: 0px 0px 15px #f1f1f1;
}
.official_guest .official_guest_title{
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    font-weight: bold;
}
.official_guest .official_guest_title span{
    display: inline-block;
    margin-left: 5px;
    color: #c5c5c5;
}
.official_guest .soho_list{
    padding: 12px 30px;
}
.official_guest .soho_list .soho_item{
    overflow: auto;
    line-height: 54px;
    padding: 10px 0;
}
.soho_list .soho_item .soho_item_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.official_guest .soho_list .soho_item .soho_item_img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.official_guest .soho_list .soho_item .zhuan{
    display: inline-block;
    margin: 0 24px;
}
.official_guest .soho_list .soho_item .soho_item_info{
    line-height: 25px;
}
.official_guest .soho_list .soho_item .soho_item_info .soho_item_name{
    padding-left: 4px;
    font-size: 12px;
    color: #999;
}
.official_guest .soho_list .soho_item .soho_item_info .soho_item_price{
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
}
.official_guest .join_soho{
    background: #fff8f4;
    margin: auto;
    width: 345px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
}

.official_guest .join_soho .join_tip{
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.official_guest .join_soho .join_tip i{
    font: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #ff6600;
}
.official_guest .join_soho .join_name{
    display: inline-block;
    width: 100px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
}
.official_guest .join_soho .join_btn{
    display: inline-block;
    float: right;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #ff6600;
}

/**
 * 精选服务
 */
.selected_services .tab_change{
    margin: auto;
    width: 1045px;
    border-bottom: 1px solid #e4e6e7;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 13px;
}
.selected_services .tab_change .item{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 30px;
    cursor: pointer;
    position: relative;
}
.selected_services .tab_change .item:after{
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: -15px;
    height: 3px;
    background-color: #ff6600;
    background-image: linear-gradient(to right, #ff6600, #ffa944);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.selected_services .tab_change .item.active,.selected_services .tab_change .item:hover{
    color: #ff6600;
}
.selected_services .tab_change .item.active:after,.selected_services .tab_change .item:hover:after{
    width: 100%;
}
.selected_services .tab_wrap{
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    height:195px;
}
.selected_services .tab_wrap .tabPane{
    display: none;
}
.selected_services .tab_wrap .tabPane.active{
    display: block;
}
.selected_services .tab_wrap .slideBox {
    position: relative;
    margin: auto;
    width: 1110px;
}
.selected_services .tab_wrap .slideBox .prev,.selected_services .tab_wrap .slideBox .next{
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.selected_services .tab_wrap .slideBox .prev{
    left: -45px;
    background: url(/images/newHome/icon-left.png);
}
.selected_services .tab_wrap .slideBox .prev:hover{
    background: url(/images/newHome/icon-left-h.png);
}
.selected_services .tab_wrap .slideBox .next{
    right: -45px;
    background: url(/images/newHome/icon-right.png);
}
.selected_services .tab_wrap .slideBox .next:hover{
    background: url(/images/newHome/icon-right-h.png);
}
.selected_services .tab_wrap_info{
    margin-top: 30px;
    overflow: auto;
}
.selected_services .tab_wrap_info .tab_wrap_info_item{
    float: left;
    width: 535px;
    height: 195px;
    overflow: hidden;
    margin: 0px 10px;
    background: #fff;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .left_img{
    width: 320px;
    height: 200px;
    text-align: center;
    line-height: 225px;
    float: left;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.selected_services .tab_wrap_info .tab_wrap_info_item:hover .left_img{
    width: 215px;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .left_img img{
    width: 320px;
    height: 200px;
    display: block;
    /*max-width: 230px;
    max-height: 225px;*/
}
.selected_services .tab_wrap_info .tab_wrap_info_item .right_info{
    float: left;
    width: 215px;
    padding: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.selected_services .tab_wrap_info .tab_wrap_info_item:hover .right_info{
    width: 300px;
    padding: 20px 30px;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .right_info .pro_title{
    display: block;
    height: 22px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .right_info .pro_title span{
    float: left;
    display: block;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 110px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .right_info .pro_title i{
    display: inline-block;
    background: #ccc2b7;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.selected_services .tab_wrap_info .tab_wrap_info_item:hover .right_info .pro_title span{
    max-width: 140px;
}
.selected_services .tab_wrap_info .tab_wrap_info_item:hover .right_info .pro_title i{
    max-width: 85px;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .right_info p{
    font-size: 12px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .right_info .pro_price{
    font-size: 16px;
    color: #ff6600;
    font-weight: bold;
    padding: 5px 0;
}
.selected_services .tab_wrap_info .tab_wrap_info_item .right_info .seeInfo{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 13px;
    font-size: 12px;
    color: #ff6600;
    text-align: center;
    border: 1px solid #ff6600;
}
.selected_services .tab_wrap_info .tab_wrap_info_item:hover .right_info .seeInfo{
    background: #ff6600;
    color: #fff;
}
.selected_services .more_div{
    display: block;
    margin: 35px auto;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #333333;
    cursor: pointer;
    opacity: 0.6;
}
.selected_services  .more_div:hover{
    opacity: 1;
}
canvas{
    min-width: 1000px; 
    width: 100% !important;
    max-width: 100% !important;
    position: absolute; 
    left: 50%; 
    bottom:0; 
    transform: translateX(-50%);
    z-index:-1;
}
.bottomAnimate{
    position: fixed;
    opacity: .05;
}

/**
 * 热门需求
 */
.hot_demand{
    padding-bottom: 3px;
}
.hot_demand_list:after{
    content: "";
    display: table;
    clear: both;
}
.hot_demand_list .hot_demand_item{
    float: left;
    height: 218px;
    margin-right: 25px;
}
.hot_demand_list .hot_demand_item:nth-child(4n){
    margin-right: 0;
}
.hot_demand_list .hot_demand_item .hot_demand_hig{
    position: relative;
    background: #fff;
    width: 280px;
    height: 198px;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px #f1f1f1;
    top: 10px;
    transition: height .5s, top .5s;
}
.bor{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ff6600;
    background-image: linear-gradient(to right, #ff6600, #ffa944);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.hot_demand_list .hot_demand_item:hover .hot_demand_hig,
.hot_demand_list .hot_demand_item.active .hot_demand_hig{
    background: #fff;
    width: 280px;
    height: 218px;
    top: 0;
}
.hot_demand_list .hot_demand_item:hover .hot_demand_hig .bor,
.hot_demand_list .hot_demand_item.active .hot_demand_hig .bor{
    width: 100%;
}
.hot_demand_list .hot_demand_item .hot_demand_hig p{
    font-size: 14px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_demand_list .hot_demand_item .hot_demand_hig .hot_demand_title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
}
.hot_demand_list .hot_demand_item .hot_demand_hig .hot_demand_title .hot_demand_text{
    float: left;
    display: block;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}
.hot_demand_list .hot_demand_item .hot_demand_hig .hot_demand_title span{
    display: inline-block;
    background: #ccc2b7;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
}
.hot_demand_list .hot_demand_item .hot_demand_hig .hot_demand_wrap{
    padding-top: 30px;
}
.hot_demand_list .hot_demand_item .hot_demand_hig .hot_demand_price{
    font-size: 22px;
    color: #ff6600;
}
.hot_demand_list .hot_demand_item .hot_demand_hig .hot_demand_browse{
    float: right;
    padding-top: 5px;
    font-size: 14px;
    color: #999999;
}
.hot_demand_list .hot_demand_item .hot_demand_hig .hot_demand_browse img{
    display: inline-block;
    margin-right: 5px;
}


/**
 * 行业精英 / 精挑细选
 */
.industry_elite{
    width: 1070px;
    margin: auto;
    overflow: auto;
}
.industry_elite .industry_info{
    float: left;
    width: 400px;
    height: 350px;
    margin-right: 45px;
    border-bottom: 1px solid #e3e3e3;
}
.industry_elite .industry_info .item{
    position: relative;
    display: none
}
.industry_elite .industry_info .item.active{
    display: block;
}
.industry_elite .industry_info .item .company_bg_logo{
    position: absolute;
    top: 50px;
    left: 0;
    width: 412px;
    height: 260px;
    z-index: 1;
    opacity: .05;
}
.industry_elite .industry_info .item>div{
    position: relative;
    z-index: 2;
}
.industry_elite .industry_info .company_name{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.industry_elite .industry_info .company_type{
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}
.industry_elite .industry_info .company_type span{
    display: inline-block;
    margin-right: 10px;
}
.industry_elite .industry_info .company_sorce{
    overflow: auto;
    margin: 40px 0;
    line-height: 25px;
}
.industry_elite .industry_info .company_sorce>div{
    float: left;
    width: 24%;
    font-size: 12px;
    color: #999;
}
.industry_elite .industry_info .company_sorce>div:last-child{
    width: 52%;
}
.industry_elite .industry_info .company_sorce .company_sorce_num{
    font-size: 24px;
    color: #ff6600;
    font-weight: bold;
}
.industry_elite .industry_info .company_info{
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 120px;
}
.industry_elite .industry_logo{
    float: left;
    overflow: auto;
    width: 620px;
    overflow: hidden;
}
.industry_elite .industry_logo .item{
    float: left;
    width: 180px;
    height: 102px;
    line-height: 102px;
    box-shadow: 0px 0px 5px #f1f1f1;
    margin: 2px 15px 18px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
}
.industry_elite .industry_logo .item.active{
    box-shadow: 0px 0px 5px #ff6600;
}
.industry_elite .industry_logo .item:nth-child(3n){
    margin-right: 0;
}
.industry_elite .industry_logo .item img{
    display: inline-block;
    margin: auto;
    max-width: 180px;
    max-height: 102px;
    margin-top: -3px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.industry_elite .industry_logo .item:hover img{
    transform: scale(1.1,1.1);
}

/**
 * 
 */
.select_solutions{
    overflow: hidden;
}
.select_solutions .select_solutions_item{
    position: relative;
    float: left;
    width: 300px;
    height: 180px;
    margin: 22px 0;
}
.select_solutions .select_solutions_item .select_solutions_item_wrap{
    position: absolute;
    top: 0;
    padding: 30px 20px;
    width: 300px;
    height: 180px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.select_solutions .select_solutions_item:hover .select_solutions_item_wrap,
.select_solutions .select_solutions_item.active .select_solutions_item_wrap{
    position: absolute;
    top: -20px;
    left: -35px;
    width: 455px;
    height: 220px;
    z-index: 999;
}
.select_solutions .select_solutions_item:first-child:hover .select_solutions_item_wrap,
.select_solutions .select_solutions_item.active:first-child .select_solutions_item_wrap{
    left: 0;
}
.select_solutions .select_solutions_item:last-child:hover .select_solutions_item_wrap,
.select_solutions .select_solutions_item.active:last-child .select_solutions_item_wrap{
    left: auto;
    right: 0;
}
.select_solutions .select_solutions_item .select_solutions_item_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.select_solutions .select_solutions_item .select_solutions_title{
    position: relative;
    z-index: 9;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.select_solutions .select_solutions_item .select_solutions_text{
    position: relative;
    z-index: 9;
    font-size: 12px;
    color: #fff;
    opacity: 0.6
}


/**
 * 通力互联携手华为云
 */
.cloudstore_first{
    background: #f7f9fa;
    height: 120px;
}
.cloudstore_first .left_tips{
    position: relative;
    display: inline-block;
    background: #a99a89;
    float: left;
    width: 135px;
    height: 65px;
    padding: 10px;
    color: #fff;
}
.cloudstore_first .left_tips:after{
    content: "";
    position: absolute;
    right: -12px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #a99a89;
    border-bottom: 8px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}

.cloudstore_first .left_tips .left_tips_title{
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
}
.cloudstore_first .left_tips .left_tips_more{
    font-size: 14px;
}
.cloudstore_first .right_info{
    float: left;
    width: 1065px;
    line-height: 65px;
}
.cloudstore_first .right_info a{
    display: inline-block;
    font-size: 16px;
    margin: 0 20px;
}
.cloudstore_first .right_info a:hover{
    color: #ff6600;
    text-decoration: underline;
}
.cloudstore_second{
    position: relative;
    height: 94px;
    top: -55px;
}
.cloudstore_second .left_tips{
    position: relative;
    display: inline-block;
    background: #737373;
    float: left;
    width: 135px;
    height: 94px;
    padding: 10px;
    padding-top: 25px;
    color: #fff;
}
.cloudstore_second .left_tips:after{
    content: "";
    position: absolute;
    z-index: 2;
    right: -12px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #737373;
    border-bottom: 8px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.left_tips:hover{
    background: #ff6600;
}
.left_tips:hover:after{
    right: -12px;
    border-left: 12px solid #ff6600;
}
.cloudstore_second .left_tips .left_tips_title{
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
}
.cloudstore_second .left_tips .left_tips_more{
    font-size: 14px;
}
.cloudstore_second .right_info .right_info_text{
    position: relative;
    float: left;
    padding: 25px 30px;
    width: 346px;
    height: 94px;
    font-size: 12px;
    color: #fff;
}
.cloudstore_second .right_info .right_info_text img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .7;
}
.cloudstore_second .right_info .right_info_text:hover img{
    opacity: 1;
}
.cloudstore_second .right_info .right_info_text .text_title{
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 5px;
}
.cloudstore_second .right_info .right_info_text p{
    position: relative;
    z-index: 1;
}
.cloudstore_second .right_info .right_info_text p span{
    display: inline-block;
    margin-right: 10px;
}

/* 第一屏左侧改版 2020.01.14 2020.04.02 */
.main_position .main_left{
    border-top:4px solid #ff6600;
}
.main_position .main_left dl{
    overflow: hidden;
    padding: 15px 0px 0px 15px;
}
.main_position .main_left dl:first-child{
    padding-top:25px;
}
.main_position .main_left dl dt{
    float: left;
    width: 30px;
    height: 100%;
    margin-top: -5px;
}
.main_position .main_left dl dd{
    float: left;
    width: 160px;
    padding: 0 0 0 16px;
}
.main_position .main_left dl dd h2{
    font-size: 14px;
    color:#333;
    font-weight:bold;
    margin-bottom:10px;
}
.main_position .main_left dl dd a{
    display: inline-block;
    padding-right: 24px;
    line-height: 20px;
    color:#666;
    margin-bottom: 5px;
    font-size: 12px;
}
.main_position .main_left dl dd a:nth-of-type(2n),
.main_position .main_left dl dd a:last-child{
    padding-right:0;
}
.main_position .main_left dl dd a:hover{
    color:#ff6600;
    text-decoration: underline;
}
.main_position .main_left dl.software dd a{
    padding-right: 22px;
}
.main_position .main_left dl.solutionClassify dd .solutionTab{
    margin-bottom: 5px;
    display: inline-block;
}
.main_position .main_left dl.solutionClassify dd .solutionTab span{
    cursor: pointer;
    color:#fff;
    display: none;
    background:url(/images/home/left_menu_icon5.png) no-repeat 3px #ff7e28;
    padding:0 3px 0 14px;
    height:15px;
    line-height: 15px;
    font-size: 12px;
}
.main_position .main_left dl.solutionClassify dd .solutionTab span:hover{
    background-color: #e7650e;
}
.main_position .main_left dl.solutionClassify dd .solutionTab span.industry{
    background:url(/images/home/left_menu_icon6.png) no-repeat 3px #ffaa31;
}
.main_position .main_left dl.solutionClassify dd .solutionTab span.industry:hover{
    background-color: #e78903;
}
.main_position .main_left dl.solutionClassify dd .solutionTab span.on{
    display: block;
}
.main_position .main_left dl.solutionClassify dd a{
    padding-right:20px;
}
.main_position .main_left dl.solutionClassify dd a:nth-of-type(2n){
    padding-right: 20px;
}
.main_position .main_left dl.solutionClassify dd a:nth-of-type(3){
    padding-right: 0;
}
.main_position .main_left dl.solutionClassify dd a:nth-of-type(4){
    padding-right:35px;
}
.main_position .main_left dl.solutionClassify .solutionItem{
    display: none;
}
.main_position .main_left dl.solutionClassify .solutionItem:nth-of-type(1){
    display: block;
}
.main_position .main_left dl.solutionClassify .solutionItem:nth-of-type(2) a:nth-of-type(1),
.main_position .main_left dl.solutionClassify .solutionItem:nth-of-type(2) a:nth-of-type(2){
    padding-right:3px;
}
.main_position .main_left dl.solutionClassify .solutionItem:nth-of-type(2) a:nth-of-type(4){
    padding-right:22px;
}
.main_position .main_left dl.cloudMarkt dd a:nth-of-type(1),
.main_position .main_left dl.cloudMarkt dd a:nth-of-type(2){
    padding-right:10px;
}
.main_position .main_left dl.cloudMarkt dd a:nth-of-type(3),
.main_position .main_left dl.cloudMarkt dd a:nth-of-type(5){
    padding-right: 0;
}
.main_position .main_left dl.cloudMarkt dd a:nth-of-type(4){
    padding-right: 22px;
}